home *** CD-ROM | disk | FTP | other *** search
- /*
- File: PrefsFile.h
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <3> 6/24/96 NP 10002: Launch time speedups
- <2> 6/23/96 NP 10002: Launch time speedups.
- <1> 6/21/96 NP first checked in
-
- To Do:
- */
-
- #ifndef PREFSFILE_H
- #define PREFSFILE_H
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __MEMORY__
- #include <Memory.h>
- #endif
-
- #ifndef __FILES__
- #include <Files.h>
- #endif
-
- short OpenODPrefsResFile (Boolean createIt, short permissions);
- OSErr SetODDefaultSize (short resFile, Size defaultSize);
- OSErr GetODDefaultSize (short resFile, Size &defaultSize);
- Boolean AliasSystemProcessToStartupFolder();
- Boolean RemoveAliasToSystemProcessFromStartupFolder();
- Boolean OurAliasFileIsInStartupFolder(FSSpec* aliasSpec);
-
- #endif
-